ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.Core.Rdl.Persistence.Json Namespace / JsonObjectCoderBuilder<TObject> Class / Sub<TProperty> Method
The type of the property.
An System.Linq.Expressions.Expression object to get the property value from the object.
An System.Action for setting of an object properties to the object coder builder.
A function with condition to skip writing the property.

In This Topic
    Sub<TProperty> Method (JsonObjectCoderBuilder<TObject>)
    In This Topic
    Adds a child bject properties to the JSON object coder with the specified getter, and coder.
    Syntax

    Parameters

    getter
    An System.Linq.Expressions.Expression object to get the property value from the object.
    props
    An System.Action for setting of an object properties to the object coder builder.
    skipOnWrite
    A function with condition to skip writing the property.

    Type Parameters

    TProperty
    The type of the property.

    Return Value

    The current instance of JsonObjectCoderBuilder<TObject>.
    See Also